home *** CD-ROM | disk | FTP | other *** search
/ Network Toolbox (Professional Edition) / tradetouch-network-toolbox-professional-edition.iso / news server tool / upiserver.exe / _setup.1 / UPIServer.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1999-06-16  |  4KB  |  175 lines

  1. object AboutBox: TAboutBox
  2.   Left = 290
  3.   Top = 135
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About UPI News Reader'
  7.   ClientHeight = 255
  8.   ClientWidth = 289
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   ShowHint = True
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 8
  23.     Top = 3
  24.     Width = 273
  25.     Height = 244
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentColor = True
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     object ProductName: TLabel
  36.       Left = 8
  37.       Top = 8
  38.       Width = 257
  39.       Height = 24
  40.       Alignment = taCenter
  41.       AutoSize = False
  42.       Caption = 'UPI News Reader'
  43.       Font.Color = clBlack
  44.       Font.Height = -19
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.       IsControl = True
  49.     end
  50.     object Version1: TLabel
  51.       Left = 8
  52.       Top = 32
  53.       Width = 257
  54.       Height = 20
  55.       Alignment = taCenter
  56.       AutoSize = False
  57.       Caption = 'Version 0.1'
  58.       Font.Color = clBlack
  59.       Font.Height = -16
  60.       Font.Name = 'MS Sans Serif'
  61.       Font.Style = [fsBold]
  62.       ParentFont = False
  63.       IsControl = True
  64.     end
  65.     object Copyright: TLabel
  66.       Left = 8
  67.       Top = 72
  68.       Width = 257
  69.       Height = 17
  70.       Alignment = taCenter
  71.       AutoSize = False
  72.       Caption = 'Copyright  ISS 1997-1998'
  73.       Font.Color = clBlack
  74.       Font.Height = -13
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = [fsBold]
  77.       ParentFont = False
  78.       IsControl = True
  79.     end
  80.     object Label4: TLabel
  81.       Left = 8
  82.       Top = 56
  83.       Width = 257
  84.       Height = 13
  85.       Alignment = taCenter
  86.       AutoSize = False
  87.       Caption = 'Internet Software Solution'
  88.       Font.Color = clBlack
  89.       Font.Height = -13
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = [fsBold]
  92.       ParentFont = False
  93.     end
  94.     object DemoText: TLabel
  95.       Left = 8
  96.       Top = 96
  97.       Width = 257
  98.       Height = 16
  99.       Alignment = taCenter
  100.       AutoSize = False
  101.       Caption = 'Demo '
  102.       Font.Color = clNavy
  103.       Font.Height = -13
  104.       Font.Name = 'MS Sans Serif'
  105.       Font.Style = [fsBold]
  106.       ParentFont = False
  107.     end
  108.     object SrNum: TLabel
  109.       Left = 8
  110.       Top = 112
  111.       Width = 257
  112.       Height = 16
  113.       Alignment = taCenter
  114.       AutoSize = False
  115.       Font.Color = clRed
  116.       Font.Height = -13
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = [fsBold]
  119.       ParentFont = False
  120.     end
  121.     object GroupBox1: TGroupBox
  122.       Left = 8
  123.       Top = 136
  124.       Width = 257
  125.       Height = 63
  126.       Caption = 'Contact Information'
  127.       Font.Color = clBlack
  128.       Font.Height = -10
  129.       Font.Name = 'MS Sans Serif'
  130.       Font.Style = [fsBold]
  131.       ParentFont = False
  132.       TabOrder = 0
  133.       object Label1: TLabel
  134.         Left = 8
  135.         Top = 24
  136.         Width = 172
  137.         Height = 13
  138.         Hint = 'Click To Send E-Mail'
  139.         Caption = 'Sales: issonline@cybergs.com'
  140.         Font.Color = clBlack
  141.         Font.Height = -10
  142.         Font.Name = 'MS Sans Serif'
  143.         Font.Style = [fsBold]
  144.         ParentFont = False
  145.         OnClick = Label1Click
  146.       end
  147.       object Label5: TLabel
  148.         Left = 8
  149.         Top = 40
  150.         Width = 204
  151.         Height = 13
  152.         Hint = 'Click To Go To Web Site'
  153.         Caption = 'http://www.cybergs.com/~issonline'
  154.         Font.Color = clBlack
  155.         Font.Height = -10
  156.         Font.Name = 'MS Sans Serif'
  157.         Font.Style = [fsBold]
  158.         ParentFont = False
  159.         OnClick = Label5Click
  160.       end
  161.     end
  162.   end
  163.   object OKButton: TButton
  164.     Left = 106
  165.     Top = 212
  166.     Width = 75
  167.     Height = 25
  168.     Caption = '&OK'
  169.     Default = True
  170.     ModalResult = 1
  171.     TabOrder = 1
  172.     OnClick = OKButtonClick
  173.   end
  174. end
  175.